home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-07-01 | 966 b | 37 lines | [TEXT/CWIE] |
- /*
- File: UndocumentedTraps.h
-
- Copyright: © 1995 by Fruit Loops Computing Devices, Ltd.
- All rights reserved.
-
- Version: Planetary Headers 2.0a1
-
- Bugs?: If you find a problem with this file, send the file and version
- information (from above) and the problem description to:
-
- Internet: thunderone@delphi.com
- AppleLink: to be announced
-
- */
-
- enum {
- /*email me if you know what the plan is for these suckers*/
- /*or what the plan was, if appropriate*/
- /*they're not in Apple's Traps.h*/
- /*I'm really curious about _NuKernelDispatch, _PenMacDispatch,
- and _InterruptMgrDispatch, myself.*/
- _DockingDispatch = AA57,
- _NuKernelDispatch = AA58,
- _DeviceDispatch = AA6A,
- _PowerPCFuture = AA6B,
- _PenMacDispatch = AA6C,
- _ATAManager = AAF1,
- _ExpansionBusDispatch = AAF3,
- _InterruptMgrDispatch = AAF4,
- _EddyTrap = ABF3,
- /*XTNDMgr is obvious enough, I think*/
- _XTNDMgr = ABF4,
- /*as is DSP Manager*/
- _DSPManager = ABF5,
- _ButtonMgr = ABEC
- };